{% extends "pages/auth/_layout.html" %} {% from "components/auth_macros.html" import auth_banner %} {% block title %}Verify your email - {{ project_name }}{% endblock %} {% block auth_form %}

Verify your email

We sent a link to {% if user %}{{ user.email }}{% else %}your inbox{% endif %}. Open it to finish setting up your account.

{{ auth_banner("sent", tone="ok") }} {{ auth_banner("error") }}
{% endblock %} {% block auth_footer %} Wrong account? Sign out. {% endblock %}